Read-only doctrine and example access for the Agentic AI Blueprint — the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles across principle clusters, access curated implementation examples, retrieve application guides for security and evaluation challenges, and download agent asset artifacts. 13 public tools require no credentials. Auth-gated tools for learning path and coaching context require a Firebase Bearer token.
Overview
What is AI Design Blueprint?
The industry standard doctrine for building safe, observable, and steerable AI agent UX. Used by teams shipping production agentic systems to ensure agents behave predictably and keep humans in control.
What this MCP server gives you
Connect once and your AI assistant can instantly reference:
- 10 doctrine principles — the core rules for agentic AI UX, searchable by cluster
- Curated implementation examples — real code patterns with difficulty, library, and principle filters
- Application guides — engineering playbooks for security hardening, observable evaluation, and more
- Agent asset artifacts —
.mdcrules files,llms.txt, skill packs, and setup configs ready to download
Quick start
Add to your MCP client:
{
"mcpServers": {
"aidesignblueprint": {
"url": "https://aidesignblueprint.com/mcp"
}
}
}
Then run your first two proof calls:
1. list_clusters() — see the 4 principle clusters
2. search_examples(query="orchestration visibility steering", limit=3)
Authentication tiers
┌───────────┬──────────────────────────────────────────────────┬───────────────────────┐
│ Tier │ Tools │ Credential │
├───────────┼──────────────────────────────────────────────────┼───────────────────────┤
│ Public │ 13 tools — browse, search, retrieve │ None required │
├───────────┼──────────────────────────────────────────────────┼───────────────────────┤
│ Auth │ 6 tools — learning path, coach context, handoffs │ Firebase Bearer token │
├───────────┼──────────────────────────────────────────────────┼───────────────────────┤
│ Pro/Teams │ 2 tools — architecture validation, usage summary │ Paid membership │
└───────────┴──────────────────────────────────────────────────┴───────────────────────┘
Links
- Site: aidesignblueprint.com
- Developer docs: aidesignblueprint.com/en/for-agents
- Integrations repo: github.com/aidesignblueprint/integrations
Server Config
{
"mcpServers": {
"aidesignblueprint": {
"url": "https://aidesignblueprint.com/mcp"
}
}
}